From d87ac45830102f9fa7850d1dc1fce8e7669eb32f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Aug 2015 19:16:18 -0400 Subject: [PATCH] Fixed a typo in a comment. --- src/cargo/sources/registry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/sources/registry.rs b/src/cargo/sources/registry.rs index 29ec378b1..7f97cfce9 100644 --- a/src/cargo/sources/registry.rs +++ b/src/cargo/sources/registry.rs @@ -521,7 +521,7 @@ impl<'cfg> Registry for RegistrySource<'cfg> { impl<'cfg> Source for RegistrySource<'cfg> { fn update(&mut self) -> CargoResult<()> { // If we have an imprecise version then we don't know what we're going - // to look for, so we always atempt to perform an update here. + // to look for, so we always attempt to perform an update here. // // If we have a precise version, then we'll update lazily during the // querying phase. Note that precise in this case is only -- 2.30.2